#
#	File:		DeleteObsolete
#
#	Contains:	Script to delete a user's local copies of obsolete files
#
#				Note:  You must execute an ObsoleteProjectorFile command for every file you
#				add to this script to obsolete all revisions of the file from the project.
#				Otherwise, people will just keep checking out and deleting the file on
#				their hard disk.  Using ObsoleteProjectorFile instead of DeleteRevisions allows
#				named revisions to work even though a file was obsoleted.
#
#				This script is specifically made for the SuperMario project, it should
#				it should never be rolled back into Reality.
#
#	Written by:	Jeff Miller, based on Reality version
#
#	Copyright:	 1992-1993 by Apple Computer, Inc.  All rights reserved.
#
#	Change History (most recent first):
#
#	  <SM14>	12/21/93	JDR		deleted RTCOMP6to1.A, ACE.Sony.3.a, ACE.Sony.6.a,
#									ACE.Sony.JumpTable.a
#	  <SM13>	 12/1/93	chp		Delete SerialDMAINIT.make (debug version now builds from main
#									dependencies). Delete DMAMgrEqu.a and DMAMgr.a (useless little
#									utility routines for Quadra 840/660AV never shipped).
#	  <SM12>	11/29/93	JDR		deleted ACE.main.c
#	  <SM11>	10/15/93	BT		Delete MemoryMgrPriv.h from FigmentSources. Now we use the real
#									one in Internal.
#	  <SM10>	 10/9/93	SAM		Roll in from mc900ftjesus.
#	   <MC2>	 10/9/93	SAM		Removed all the old sound mgr files.  Added
#									AppleTalk.ROM.PDM.RSRC.
#	   <SM9>	 9/10/93	SAM		Removing {make}System: because its not used and totally bogus.
#	   <SM8>	  8/6/93	JDR		integrate Component Mgr from Reality
#	   <SM7>	  8/4/93	JDR		integrate sound manager 3.0 project, removing many files.
#	   <SM6>	 7/21/93	SAM		Unwaste a not so unused file (whoops).
#	   <SM5>	 7/20/93	SAM		Added a couple of wasted files: ExceptionSupport.a &
#									StartSystemPatches.a
#	   <SM4>	 5/30/93	SAM		Added ROM_EM files.  Moved to Tidbits.
#	   <SM3>	 4/12/93	kc		No longer delete the SuperMario directory so that we will work
#									with the Ludwig build.
#	   <SM2>	 3/31/93	kc		Delete files and directories that have been moved or deleted.
#		 <1>	 2/21/93	kc		first checked in
#


# obsolete files go here
Delete -i -n -p												
	{Sources}OS:MemoryMgr:FigmentSources:MemoryMgrPriv.h	
	{Sources}Misc:AppleTalk.ROM.PDM.RSRC					
	{Sources}Toolbox:SoundMgr:ACE.main.c					
	{Sources}Toolbox:SoundMgr:RTCOMP6to1.A					
	{Sources}Toolbox:SoundMgr:ACE.Sony.3.a					
	{Sources}Toolbox:SoundMgr:ACE.Sony.6.a					
	{Sources}Toolbox:SoundMgr:ACE.Sony.JumpTable.a			
	{Sources}Drivers:SerialDMA:SerialDMAINIT.make			
	{Sources}Internal:Asm:DMAMgrEqu.a						
	{Sources}OS:DMAMgr.a									
	#

# obsolete directories go here
Delete -i -y -p												
	{Sources}Toolbox:SoundMgr:SADISM:						
	#